home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 111_01 / sqcom.h < prev    next >
Text File  |  1985-08-19  |  512b  |  14 lines

  1. /* Definitions and external declarations */
  2. #define RECOGNIZE 0xFF76    /* unlikely pattern */
  3. /* *** Stuff for first translation module *** */
  4. #define DLE 0x90
  5.  
  6. unsigned crc;    /* error check code */
  7. char outdrv[3];    /* current output drive (string) */
  8.  
  9. /* *** Stuff for second translation module *** */
  10. #define SPEOF 256    /* special endfile token */
  11. #define NUMVALS 257    /* 256 data values plus SPEOF*/
  12. r of bits in code */
  13. unsigned code[NUMVALS];        /* code itself, right adjusted */
  14. unsigned tcode;            /*